home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utilgfx / yafa.rdm < prev    next >
Text File  |  1996-05-20  |  4KB  |  127 lines

  1. Short:    YAFA anim system (NEW VERSION)
  2. Author:   epgbc@cluster1.urz.uni-halle.de (Andreas Maschke)
  3. Uploader: epgbd@cluster1.urz.uni-halle.de (Michael Henke)
  4. Type:     gfx/misc
  5.  
  6.  
  7.  This package includes new versions of the animation converter WILDFIRE
  8.  and the YAFA player YP. Both programs are still under development, so
  9.  consider them to be BETA test versions.
  10.  
  11.  It is planned that YP should run on graphics boards in the near future.
  12.  If you want to support us with some hints and/or source code please
  13.  contact: epgbd@cluster1.urz.uni-halle.de (Michael Henke aka Smack/Infect).
  14.  
  15.  
  16.  NEWS
  17.  ---- 
  18.  
  19.  *** Wildfire V1.08
  20.   -preferences: palette editor
  21.   -converter->YAFA-analysis: specify tests in file "s:Wildfire.analysis"
  22.   -converter: new options for YAFA delta compression (optional ByteRun1)
  23.   -several bug fixes
  24.  
  25.  *** YP V0.78
  26.   -there will be no crippled evaluation versions anymore!
  27.    (this means full functionality including sound player is available)
  28.   -abbreviations for command line options
  29.   -assembler routines (delta decoding, C2P) slightly faster
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  YAFA anim format
  38.  ----------------
  39.  The following format-specifications are currently implemtented
  40.   -image data (depth 1-8 bit) is stored as bitplanes or chunky pixels
  41.   -optional delta compression (BYTE,WORD,LONG)
  42.   -optional post compression (XPK)
  43.   -timecodes
  44.   -static or dynamic palette
  45.   -annotations
  46.  
  47.  
  48.  
  49.  Player YP
  50.  ---------
  51.  The program 'YP' is a player for YAFA animations. We have been developing 
  52.  it for nearly one year, and now it runs quite stable and has a lot of the
  53.  features we wanted to implement. The demo 'Data World' which won second
  54.  price at The Party 95 was the first big release using the YAFA format and
  55.  an early version of 'YP'. All you people out there having 'Data World' on
  56.  your HD or CD-ROM: please don't worry about all the bugs in the old player
  57.  anymore, use the new one instead! :-)
  58.  
  59.  requirements:
  60.   -CPU 68020+
  61.   -OS  V39+
  62.   -Gfx AGA
  63.    (it should be possible to play anims with 32 or less colors on non-AGA
  64.    machines, don't use the hardware-style display then.)
  65.   -YAFA animations (of course :-)
  66.  
  67.  recommended extras:
  68.   -hard disk
  69.   -FastRAM
  70.   -better processor (68030 40MHz is ok, 68060 is cool!)
  71.   -xpkmaster.library V2 and compressors
  72.  
  73.  some features of YP:
  74.   -animations can be played directly from disk (HD, CD-ROM)
  75.    or can be preloaded (caching) for higher playback rates
  76.   -display types: hardware style (fast!), intuition screen, public window
  77.   -realtime 2x2 zooming
  78.   -batch files (animation sequences are played without any gaps or delays)
  79.   -frame-synchronous sound effects
  80.    (PT-modules, IFF-samples (mono, stereo))
  81.  
  82.  
  83.  
  84.  Converter/Processor Wildfire
  85.  ----------------------------
  86.  Wildfire is a real professional program which offers unique features.
  87.  Because is has for example more than 300 ARexx-commands it's
  88.  impossible to create a complete features-list.
  89.  
  90.  Main features:
  91.  
  92.   -very fast converting
  93.     input: YAFA, ANIM5, ANIM7S, ANIM7L, IFF-pictures
  94.     output: YAFA, ANIM5, ANIM7S, ANIM7L, IFF-pictures
  95.  
  96.   -preview-function for all operations
  97.  
  98.   -project-editor with time-profile-editor which allows
  99.    to create complicated projects with a few mouse-clicks
  100.  
  101.   -processor: this program-part is made for the power-user:
  102.    it allows to create time-dependant special-effects
  103.    using ADPro in a very easy way, another use is to import
  104.    every picture-format into the converter or to convert
  105.    an animation of the resultion 640x480x8 in another one
  106.    with a resolution of 352x280x5
  107.    (NOT IN EVALUATION VERSION)
  108.  
  109.   -envelope-editor
  110.  
  111.   -timecodes-editor
  112.  
  113.   -powerful player-interface
  114.  
  115.   -nice animation-information-function which displays size-profiles etc.
  116.  
  117.   -all categories of generated data (animations,projects,processes,
  118.    variables,envelopes,converter-sessions,annotations) can be loaded
  119.    and saved to different user-defined locations with user-defined
  120.    file-tags
  121.  
  122.   -font-sensitive GUI without MUI
  123.  
  124.   -ARexx-port
  125.  
  126.   -macros, custom-windows, docks
  127.